home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 33
/
Aminet 33 - October 1999.iso
/
Aminet
/
dev
/
asm
/
Tandem.lha
/
Tandem
/
Teaching
/
3.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1999-08-21
|
168 b
|
10 lines
* 3.asm demonstrate the MOVE opcode version 0.00 1.9.97
MOVE.L #$22222222,D0
MOVE.W #$3333,D0
MOVE.B #$AA,D0
MOVE.L D0,D1
MOVE.L #4,A0
MOVE.L 4,A0
RTS